Package com.cisco.pt.ipc.sim
Interface IPsecSaGroup
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
IPsecSaGroupImpl
Information provided by the PKI file:
\class IpsecSaGroup
\brief IpsecSaGroup handles and manipulates IPSec SA groups.
\example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0).getCurrentSaGroup()
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getEspOutbound
IPsecSa getEspOutbound()Information provided by the PKI file:
\brief Returns the ESP outbound IPSec SA. \return IpsecSa, the IpsecSa object for the ESP outbound IPSec SA.- Returns:
- IPsecSa Returns a IPsecSa
-
getEspInbound
IPsecSa getEspInbound()Information provided by the PKI file:
\brief Returns the ESP inbound IPSec SA. \return IpsecSa, the IpsecSa object for the ESP inbound IPSec SA.- Returns:
- IPsecSa Returns a IPsecSa
-
getAhOutbound
IPsecSa getAhOutbound()Information provided by the PKI file:
\brief Returns the AH outbound IPSec SA. \return IpsecSa, the IpsecSa object for the AH outbound IPSec SA.- Returns:
- IPsecSa Returns a IPsecSa
-
getAhInbound
IPsecSa getAhInbound()Information provided by the PKI file:
\brief Returns the AH inbound IPSec SA. \return IpsecSa, the IpsecSa object for the AH inbound IPSec SA.- Returns:
- IPsecSa Returns a IPsecSa
-
getLifeTime
int getLifeTime()Information provided by the PKI file:
\brief Returns the lifetime for the IPSec SA group. \return int, the lifetime for the IPSec SA group.- Returns:
- int Returns a int
-